//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Oleksandr Usyk vs. Daniel Dubois','Wembley Stadium','London, United Kingdom','Saturday','7/19/2025','TBD','7123839','Oleksandr-Usyk-vs--Daniel-Dubois-7-19-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Friday','7/25/2025','5:00 PM','6672078','Oasis-7-25-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Saturday','7/26/2025','5:00 PM','6672079','Oasis-7-26-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Wednesday','7/30/2025','5:00 PM','6678280','Oasis-7-30-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Saturday','8/2/2025','5:00 PM','6672080','Oasis-8-2-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Sunday','8/3/2025','5:00 PM','6672081','Oasis-8-3-2025'],['FA Community Shield: Liverpool FC vs. Crystal Palace FC (Date: TBD)','Wembley Stadium','London, United Kingdom','Saturday','8/9/2025','TBD','7168376','FA-Community-Shield--Liverpool-FC-vs--Crystal-Palace-FC--Date--TBD--8-9-2025'],['Blackpink','Wembley Stadium','London, United Kingdom','Friday','8/15/2025','5:00 PM','6998486','Blackpink-8-15-2025'],['Blackpink','Wembley Stadium','London, United Kingdom','Saturday','8/16/2025','5:00 PM','7020825','Blackpink-8-16-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Friday','8/22/2025','5:00 PM','6712809','Coldplay-8-22-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Saturday','8/23/2025','5:00 PM','6712810','Coldplay-8-23-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Tuesday','8/26/2025','5:00 PM','6712811','Coldplay-8-26-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Wednesday','8/27/2025','5:00 PM','6712812','Coldplay-8-27-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Saturday','8/30/2025','5:00 PM','6712813','Coldplay-8-30-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Sunday','8/31/2025','5:00 PM','6712814','Coldplay-8-31-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Wednesday','9/3/2025','5:00 PM','6730914','Coldplay-9-3-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Thursday','9/4/2025','5:00 PM','6730915','Coldplay-9-4-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Sunday','9/7/2025','5:00 PM','6730916','Coldplay-9-7-2025'],['Coldplay','Wembley Stadium','London, United Kingdom','Monday','9/8/2025','5:00 PM','6730917','Coldplay-9-8-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Saturday','9/27/2025','5:00 PM','7093662','Oasis-9-27-2025'],['Oasis','Wembley Stadium','London, United Kingdom','Sunday','9/28/2025','5:00 PM','7093663','Oasis-9-28-2025'],['NFL International Series: Cleveland Browns vs. Minnesota Vikings','Tottenham Hotspur New Stadium','London, United Kingdom','Sunday','10/5/2025','2:30 PM','7154110','NFL-International-Series--Cleveland-Browns-vs--Minnesota-Vikings-10-5-2025'],['NFL International Series: New York Jets vs. Denver Broncos','Tottenham Hotspur New Stadium','London, United Kingdom','Sunday','10/12/2025','2:30 PM','7154106','NFL-International-Series--New-York-Jets-vs--Denver-Broncos-10-12-2025'],['NFL International Series: Jacksonville Jaguars vs. Los Angeles Rams','Wembley Stadium','London, United Kingdom','Sunday','10/19/2025','2:30 PM','7154111','NFL-International-Series--Jacksonville-Jaguars-vs--Los-Angeles-Rams-10-19-2025']],'nfl london','http://www.ticketnetwork.com/ticket/nfl-london-events.aspx');